Aviation API icon

Aviation API

(0 reviews)

25 Rain and Cloud Charts

Rain and Cloud forecast charts are produced from global weather model data produced by each of three global model issuing centres:

  • ecmwf - European Centre for Medium-Range Weather Forecasts,
  • ncep - National Centers for Environmental Prediction or
  • ukmo - United Kingdom Met Office.

The charts forecast out 84 hours from the analysis time (hour 0) of the model run and so there are 85 in total. If charts for a given analysis time are in the process of being generated then you may not receive a full list of 85 charts.

Rain Forecast charts

These charts graphically display the areas where rain is expected and the amount of rain forecast to fall around NZ at surface level. They also display wind speed and direction via wind barbs.

Cloud Forecast charts

These charts graphically display the approximate height of cloud (low or mid level) and the extent of the cloud (represented in oktas) around NZ. They also display wind speed and directions via wind barbs.

Extent of Cloud

0 octas - NIL

1-2 octas - FEW

3-4 octas - SCT

5-7 octas - BKN

8 octas – OVC

Height of Cloud

Low cloud – covers the range SFC-6,5000ft

Mid cloud – covers the range 6,500-18,000ft

Which model data to use

Each day MetService forecasters select a β€˜model of the day’, which is the model that best represents the current weather situation. Therefore when using these charts the selected model of the days data should be requested. The model of the day can be determine by calling the following API endpoint: api.metservice.com/products/forecast/type/modeloftheday

The output will be similar to the following:

{
  "nzModelSelection" : {
    "coverage" : "Specifically for NZ conditions covering the next 3 days.",
    "model" : "UKMO"
  }
}

For the NCEP centre the above call will return GFS. 'ncep' must be used in the calls outlined below.

25.1 Latest Rain charts for a Region and Model

Request the latest rain forecast analysis charts for the specified region produced from the specified global model. At this time the only region accepted is nz (New Zealand).

25.1.1 API Call:

GET /aviation/chart/rain/{region}/{model}/latest

25.1.2 Path Parameters:

Path ParameterExampleDescription
regionnzA supported region code. The region code must be lowercase. The only supported region current is 'nz'.

This parameter is Mandatory.
modelncepA supported identifier for the selected model. Valid values:
'ecmwf' - European Centre for Medium-Range Weather Forecasts,
'ncep' - National Centers for Environmental Prediction or
'ukmo' - United Kingdom Met Office. The model code must be lowercase.

This parameter is Mandatory.

25.1.3 Example:

This example would return the latest rain charts for the NZ region produced from 'ncep' global model data.

GET /aviation/chart/rain/nz/ncep

25.1.4 API Response:

{
    "version": "1.0",
    "issue-time": "2022-07-06T23:31:07Z",
    "path": "/aviation/api/aviation/chart/rain/nz/ncep/latest",
    "response": [
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_000.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "000",
            "met:valid-at": "2022-07-06T18:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_001.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "001",
            "met:valid-at": "2022-07-06T19:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_002.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "002",
            "met:valid-at": "2022-07-06T20:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_003.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "003",
            "met:valid-at": "2022-07-06T21:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_004.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "004",
            "met:valid-at": "2022-07-06T22:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_005.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "005",
            "met:valid-at": "2022-07-06T23:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_006.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "006",
            "met:valid-at": "2022-07-07T00:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_007.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "007",
            "met:valid-at": "2022-07-07T01:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_008.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "008",
            "met:valid-at": "2022-07-07T02:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_009.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "009",
            "met:valid-at": "2022-07-07T03:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_010.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "010",
            "met:valid-at": "2022-07-07T04:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_011.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "011",
            "met:valid-at": "2022-07-07T05:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_012.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "012",
            "met:valid-at": "2022-07-07T06:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_013.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "013",
            "met:valid-at": "2022-07-07T07:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_014.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "014",
            "met:valid-at": "2022-07-07T08:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_015.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "015",
            "met:valid-at": "2022-07-07T09:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_016.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "016",
            "met:valid-at": "2022-07-07T10:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_017.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "017",
            "met:valid-at": "2022-07-07T11:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_018.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "018",
            "met:valid-at": "2022-07-07T12:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_019.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "019",
            "met:valid-at": "2022-07-07T13:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_020.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "020",
            "met:valid-at": "2022-07-07T14:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_021.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "021",
            "met:valid-at": "2022-07-07T15:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_022.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "022",
            "met:valid-at": "2022-07-07T16:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_023.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "023",
            "met:valid-at": "2022-07-07T17:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_024.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "024",
            "met:valid-at": "2022-07-07T18:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_025.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "025",
            "met:valid-at": "2022-07-07T19:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_026.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "026",
            "met:valid-at": "2022-07-07T20:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_027.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "027",
            "met:valid-at": "2022-07-07T21:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_028.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "028",
            "met:valid-at": "2022-07-07T22:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_029.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "029",
            "met:valid-at": "2022-07-07T23:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_030.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "030",
            "met:valid-at": "2022-07-08T00:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_031.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "031",
            "met:valid-at": "2022-07-08T01:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_032.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "032",
            "met:valid-at": "2022-07-08T02:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_033.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "033",
            "met:valid-at": "2022-07-08T03:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_034.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "034",
            "met:valid-at": "2022-07-08T04:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_035.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "035",
            "met:valid-at": "2022-07-08T05:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_036.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "036",
            "met:valid-at": "2022-07-08T06:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_037.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "037",
            "met:valid-at": "2022-07-08T07:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_038.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "038",
            "met:valid-at": "2022-07-08T08:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_039.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "039",
            "met:valid-at": "2022-07-08T09:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_040.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "040",
            "met:valid-at": "2022-07-08T10:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_041.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "041",
            "met:valid-at": "2022-07-08T11:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_042.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "042",
            "met:valid-at": "2022-07-08T12:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_043.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "043",
            "met:valid-at": "2022-07-08T13:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_044.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "044",
            "met:valid-at": "2022-07-08T14:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_045.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "045",
            "met:valid-at": "2022-07-08T15:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_046.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "046",
            "met:valid-at": "2022-07-08T16:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_047.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "047",
            "met:valid-at": "2022-07-08T17:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_048.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "048",
            "met:valid-at": "2022-07-08T18:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_049.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "049",
            "met:valid-at": "2022-07-08T19:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_050.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "050",
            "met:valid-at": "2022-07-08T20:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_051.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "051",
            "met:valid-at": "2022-07-08T21:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_052.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "052",
            "met:valid-at": "2022-07-08T22:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/18/rain/nz/NCEP/nz8kmN-NCEP_22070618_rain1_053.gif",
            "met:analysis-time": "2022-07-06T18:00:00Z",
            "met:product-name": "chart",
            "met:domain": "aviation",
            "met:model-name": "NCEP",
            "av:chart-type": "rain",
            "met:prognosis-period": "053",
            "met:valid-at": "2022-07-08T23:00:00Z",
            "met:region": "nz"
        }
    ]
}```

## **25.2 Latest Cloud charts for a Level, Region and Model**

Request the latest cloud forecast analysis charts for the specified level and region produced from the specified global model. At this time the only region accepted is nz (New Zealand).

### 12.2.1 API Call:

GET /aviation/chart/cloud/{level}/{region}/{model}/latest
```

12.2.2 Path Parameters:

Path ParameterExampleDescription
levelmidA supported identifier for the selected altitude, either β€˜low’ or β€˜mid’.

This parameter is Mandatory.
regionnzA supported region code. The region code must be lowercase. The only supported region current is 'nz'.

This parameter is Mandatory.
modelecmwfA supported identifier for the selected model. Valid values:
'ecmwf' - European Centre for Medium-Range Weather Forecasts,
'ncep' - National Centers for Environmental Prediction or
'ukmo' - United Kingdom Met Office. The model code must be lowercase.

This parameter is Mandatory.

12.2.3 Example:

This example would return the latest low level cloud charts for the NZ region produced from 'ecmwf' global model data.

GET /aviation/chart/cloud/low/nz/ecmwf/latest

12.2.4 API Response:

{
    "version": "1.0",
    "issue-time": "2022-07-06T23:32:08Z",
    "path": "/aviation/api/aviation/chart/cloud/low/nz/ecmwf/latest",
    "response": [
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_000.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "000",
            "met:valid-at": "2022-07-06T12:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_001.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "001",
            "met:valid-at": "2022-07-06T13:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_002.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "002",
            "met:valid-at": "2022-07-06T14:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_003.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "003",
            "met:valid-at": "2022-07-06T15:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_004.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "004",
            "met:valid-at": "2022-07-06T16:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_005.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "005",
            "met:valid-at": "2022-07-06T17:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_006.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "006",
            "met:valid-at": "2022-07-06T18:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_007.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "007",
            "met:valid-at": "2022-07-06T19:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_008.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "008",
            "met:valid-at": "2022-07-06T20:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_009.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "009",
            "met:valid-at": "2022-07-06T21:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_010.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "010",
            "met:valid-at": "2022-07-06T22:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_011.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "011",
            "met:valid-at": "2022-07-06T23:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_012.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "012",
            "met:valid-at": "2022-07-07T00:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_013.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "013",
            "met:valid-at": "2022-07-07T01:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_014.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "014",
            "met:valid-at": "2022-07-07T02:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_015.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "015",
            "met:valid-at": "2022-07-07T03:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_016.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "016",
            "met:valid-at": "2022-07-07T04:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_017.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "017",
            "met:valid-at": "2022-07-07T05:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_018.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "018",
            "met:valid-at": "2022-07-07T06:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_019.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "019",
            "met:valid-at": "2022-07-07T07:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_020.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "020",
            "met:valid-at": "2022-07-07T08:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_021.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "021",
            "met:valid-at": "2022-07-07T09:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_022.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "022",
            "met:valid-at": "2022-07-07T10:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_023.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "023",
            "met:valid-at": "2022-07-07T11:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_024.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "024",
            "met:valid-at": "2022-07-07T12:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_025.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "025",
            "met:valid-at": "2022-07-07T13:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_026.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "026",
            "met:valid-at": "2022-07-07T14:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_027.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "027",
            "met:valid-at": "2022-07-07T15:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_028.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "028",
            "met:valid-at": "2022-07-07T16:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_029.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "029",
            "met:valid-at": "2022-07-07T17:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_030.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "030",
            "met:valid-at": "2022-07-07T18:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_031.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "031",
            "met:valid-at": "2022-07-07T19:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_032.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "032",
            "met:valid-at": "2022-07-07T20:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_033.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "033",
            "met:valid-at": "2022-07-07T21:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_034.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "034",
            "met:valid-at": "2022-07-07T22:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_035.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "035",
            "met:valid-at": "2022-07-07T23:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_036.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "036",
            "met:valid-at": "2022-07-08T00:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_037.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "037",
            "met:valid-at": "2022-07-08T01:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_038.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "038",
            "met:valid-at": "2022-07-08T02:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_039.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "039",
            "met:valid-at": "2022-07-08T03:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_040.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "040",
            "met:valid-at": "2022-07-08T04:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_041.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "041",
            "met:valid-at": "2022-07-08T05:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_042.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "042",
            "met:valid-at": "2022-07-08T06:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_043.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "043",
            "met:valid-at": "2022-07-08T07:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_044.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "044",
            "met:valid-at": "2022-07-08T08:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_045.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "045",
            "met:valid-at": "2022-07-08T09:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_046.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "046",
            "met:valid-at": "2022-07-08T10:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_047.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "047",
            "met:valid-at": "2022-07-08T11:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_048.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "048",
            "met:valid-at": "2022-07-08T12:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_049.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "049",
            "met:valid-at": "2022-07-08T13:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_050.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "050",
            "met:valid-at": "2022-07-08T14:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_051.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "051",
            "met:valid-at": "2022-07-08T15:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_052.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "052",
            "met:valid-at": "2022-07-08T16:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_053.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "053",
            "met:valid-at": "2022-07-08T17:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_054.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "054",
            "met:valid-at": "2022-07-08T18:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_055.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "055",
            "met:valid-at": "2022-07-08T19:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_056.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "056",
            "met:valid-at": "2022-07-08T20:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_057.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "057",
            "met:valid-at": "2022-07-08T21:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_058.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "058",
            "met:valid-at": "2022-07-08T22:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_059.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "059",
            "met:valid-at": "2022-07-08T23:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_060.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "060",
            "met:valid-at": "2022-07-09T00:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_061.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "061",
            "met:valid-at": "2022-07-09T01:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_062.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "062",
            "met:valid-at": "2022-07-09T02:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_063.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "063",
            "met:valid-at": "2022-07-09T03:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_064.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "064",
            "met:valid-at": "2022-07-09T04:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_065.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "065",
            "met:valid-at": "2022-07-09T05:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_066.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "066",
            "met:valid-at": "2022-07-09T06:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_067.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "067",
            "met:valid-at": "2022-07-09T07:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_068.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "068",
            "met:valid-at": "2022-07-09T08:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_069.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "069",
            "met:valid-at": "2022-07-09T09:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_070.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "070",
            "met:valid-at": "2022-07-09T10:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_071.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "071",
            "met:valid-at": "2022-07-09T11:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_072.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "072",
            "met:valid-at": "2022-07-09T12:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_073.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "073",
            "met:valid-at": "2022-07-09T13:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_074.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "074",
            "met:valid-at": "2022-07-09T14:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_075.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "075",
            "met:valid-at": "2022-07-09T15:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_076.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "076",
            "met:valid-at": "2022-07-09T16:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_077.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "077",
            "met:valid-at": "2022-07-09T17:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_078.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "078",
            "met:valid-at": "2022-07-09T18:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_079.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "079",
            "met:valid-at": "2022-07-09T19:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_080.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "080",
            "met:valid-at": "2022-07-09T20:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_081.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "081",
            "met:valid-at": "2022-07-09T21:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_082.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "082",
            "met:valid-at": "2022-07-09T22:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_083.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "083",
            "met:valid-at": "2022-07-09T23:00:00Z",
            "met:region": "nz"
        },
        {
            "met:data-resolution": "8km",
            "met:locator": "https://test-api.metservice.com/aviation/assets/s3/met-aviation-asset-test/chart/20220706/12/cloud/low/nz/ECMWF/nz8kmN-ECMWF_22070612_lcld_084.gif",
            "met:analysis-time": "2022-07-06T12:00:00Z",
            "met:product-name": "chart",
            "av:chart-level": "low",
            "met:domain": "aviation",
            "met:model-name": "ECMWF",
            "av:chart-type": "cloud",
            "met:prognosis-period": "084",
            "met:valid-at": "2022-07-10T00:00:00Z",
            "met:region": "nz"
        }
    ]
}```

Reviews